home *** CD-ROM | disk | FTP | other *** search
- #
- # (C) Tenable Network Security
- #
- #
-
- if ( ! defined_func("bn_random") ) exit(0);
- if(description)
- {
- script_id(12650);
- script_version ("$Revision: 1.4 $");
- script_bugtraq_id(4624);
- name["english"] = "Solaris 2.5.1 (sparc) : 103558-16";
-
- script_name(english:name["english"]);
-
- desc["english"] = "
- The remote host is missing Sun Security Patch number 103558-16
- ( admintool/launcher fixes + swmtool fixes & y2000).
-
- You should install this patch for your system to be up-to-date.
-
- Solution : http://sunsolve.sun.com/search/document.do?assetkey=1-21-103558-16-1
- Risk factor : High";
-
-
- script_description(english:desc["english"]);
-
- summary["english"] = "Check for patch 103558-16";
- script_summary(english:summary["english"]);
-
- script_category(ACT_GATHER_INFO);
-
- script_copyright(english:"This script is Copyright (C) 2004 Tenable Network Security");
- family["english"] = "Solaris Local Security Checks";
- script_family(english:family["english"]);
-
- script_dependencies("ssh_get_info.nasl");
- script_require_keys("Host/Solaris/showrev");
- exit(0);
- }
-
-
-
- include("solaris.inc");
-
- e = solaris_check_patch(release:"5.5.1", arch:"sparc", patch:"103558-16", obsoleted_by:"", package:"SUNWadmap SUNWadmc SUNWsadml");
-
- if ( e < 0 ) security_hole(0);
- else if ( e > 0 )
- {
- set_kb_item(name:"BID-4624", value:TRUE);
- }
-